home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id006.dxr / 00222.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  131 b   |  13 lines

  1. on exitFrame
  2.   if the timer < 1450 then
  3.     go(the frame)
  4.   else
  5.     go(195)
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   sound stop 1
  11.   go(195)
  12. end
  13.